<body>
  <form action="skrypt.php" method="post">
  <table>
  <tr>
    <td>
      <label for="tfImie">Imię</label>
    </td>
    <td>
      <input type="text" name="tfImie" id="tfImie" />
    </td>
  </tr><tr>
    <td>
      <label for="tfNazwisko">Nazwisko</label>
    </td>
    <td>
      <input type="text" name="tfNazwisko" id="tfNazwisko" />
    </td>
  </tr>
  </table>
  </form>
</body>